Welcome![Sign In][Sign Up]
Location:
Search - polygon line

Search list

[Windows DevelopLine

Description: 计算机绘图的经典绘图程序(包括直线绘制,多边形,填充,切割)-Classic computer graphics drawing program (including a straight-line drawing, polygon, filling, cutting)
Platform: | Size: 4048896 | Author: 冯龙 | Hits:

[OpenGL programshiyan4

Description: 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。 2.实验内容: (1) 理解直线裁剪的原理(Cohen-Surtherland算法、梁友栋算法) (2) 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。 (3) 调试、编译、修改程序 -Understanding of the principles of cutting two-dimensional graphics (point of cutting, cutting a straight line, polygon clipping), the use of VC+ OpenGL to achieve a straight line cutting algorithm. 2. Experimental contents: (1) understand the principles of cutting a straight line (Cohen-Surtherland algorithm, You-Xin Liang Dong algorithm) (2) the use of VC+ OpenGL to achieve a straight line cutting the coding algorithm, on the screen in a closed arbitrary rectangular cutting a straight line. (3) debug, compile, modify the program
Platform: | Size: 566272 | Author: jing | Hits:

[OpenGL programinclude2

Description: 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。-Understanding of the principles of cutting two-dimensional graphics (point of cutting, cutting a straight line, polygon clipping), the use of VC+ OpenGL to achieve a straight line cutting algorithm.
Platform: | Size: 4096 | Author: zhanyun | Hits:

[VC/MFCPolygon

Description: 多边形扫描转换的扫描线算法,可作为计算机图形学的参考案例-Polygon scan conversion of the scan line algorithm, computer graphics can be used as a reference case
Platform: | Size: 1947648 | Author: dragon_ton | Hits:

[Graph Drawingsweep

Description: 基于活性边表的多边形扫描线算法,MFC GPI 可含内环,可自定义多边形!-Based on the activity side of the table scan line algorithm for polygon, MFC GPI can contain inner ring can be custom polygon!
Platform: | Size: 377856 | Author: 方青 | Hits:

[Special EffectsAETool

Description: 属于AE源码。在程序中对相交线的打断,对线的修剪以及合并(union)两个polygon要素。对选区区域测量其面积和周长。-AE source is. In the proceedings of the interrupted line of intersection of line cutting and union (union) of two polygon elements. Region of the constituency of its size and girth measurements.
Platform: | Size: 16384 | Author: zbt | Hits:

[J2MEline

Description: J2ME utility class to create thick lines in J2ME. Also includes polygon class for creating and drawing filled polygon.
Platform: | Size: 4096 | Author: missday | Hits:

[Graph programclip

Description: 计算机图形学的裁剪算法实现,实现线裁剪,多边形裁剪-Computer Graphics cutting algorithm to achieve line clipping, polygon clipping
Platform: | Size: 103424 | Author: 吴晓群 | Hits:

[Graph programcomputer-graphics

Description: 计算机图形学的作业。该程序包括图形生成(DDA直线/中点直线/BH直线/中点圆/正负圆/BH圆),图形显示(边缘/种子/扫描线填充),二维裁剪(CS/中点分割/LB/多边形裁剪),图形变换(平移/对称变换/旋转/缩放),曲线生成(Bezier曲线/B样条曲线/Hermite曲线)的算法。-It is my computer graphics work. The program includes graphics generation (DDA line/mid-point of line/BH line/mid-point circle/plus or minus Yuan/BH circle), graphical display (Edge/seed/scan line fill), two-dimensional cutting (CS/midpoint split/LB/polygon clipping), graphics transform (translation/symmetry transform/rotate/zoom), Curve (Bezier curve/B-spline curve/Hermite curve) algorithms.
Platform: | Size: 2121728 | Author: 张君珏 | Hits:

[Windows Developline

Description: 画直线,右键后封闭多边形,自动填充横阴影线。-Draw a straight line, right after the closed polygon is automatically populated horizontal shadow lines.
Platform: | Size: 2811904 | Author: 卢秀卿 | Hits:

[Internet-NetworkDraw

Description: 计算机图形学实习编程Visual C++源代码,包括直线、圆、椭圆、矩形、多边形、填充、文字、裁剪-Computer graphics internship program Visual C++ source code, including a straight line, round, oval, rectangle, polygon, filling, text, cutting ......
Platform: | Size: 3872768 | Author: 哈哈 | Hits:

[Special Effectspolygon

Description: 典型的多边形填充算法主要包括扫描线填充算法和轮廓标志域填充算法,适用于矢量多边形文件的填充算法为扫描线填充算法-Typical polygon filling algorithm includes scan line fill algorithm and contour filling algorithm signs domain, suitable for vector polygon filling algorithm to scan the file line filling algorithm
Platform: | Size: 4096 | Author: 徐晓亮 | Hits:

[OpenGL programDraw

Description: 多边形填充 用直线画多边形 可以自由选取填充颜色-Filled polygons with polygon line drawing can be freely selected fill color
Platform: | Size: 1944576 | Author: 张兰 | Hits:

[Special EffectsGraphics

Description: 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。)五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。六、交互式Bezier曲线的输入绘制程序实现-An integrated graphical interface program, can call the subroutine each operation. First, call the painting point function, the DDA, the mid-point operator France and the midpoint line drawing algorithm draw a circle and ellipse. 2, polygon scan conversion algorithm and region filling algorithm (scan line algorithm The will to do more than seek operation based on the edge of fill, and sign algorithms for the optional side seed-based region filling using 4-connected region Recursive seed fill algorithm, or scan line seed fill algorithm to require seed point (x, y) can be interactive input). 3, line cutting and Polygon clipping algorithm to achieve animation. (Two segments by cutting edge algorithms and HS polygon clipping algorithm) polygon clipping Algorithm animation requirements first draw a closed polygon, and then draw the crop rectangle window, then select the crop button (or Command), press the "cut on top" button (or the implementation of the "cut on top" command),
Platform: | Size: 15465472 | Author: Peng | Hits:

[Special Effectsline

Description: 直线拟合算法,对图像分割,对目标进行直线拟合,确定目标多边形形状-Fitting a straight line algorithms, image segmentation, line fitting on the target, target polygon shapes
Platform: | Size: 3913728 | Author: lgmlgm | Hits:

[CSharpSilverlight_ReadTest

Description: 基于VS2010+Silverlight 4的二维图形开发测试程序。其中包括用C#绘制多边形、折线、直线、填充、文本标注等。-VS2010+ Silverlight 4-based two-dimensional graphics development test program. Including the use of C# draw polygon, line, line, fill, text annotations and so on.
Platform: | Size: 631808 | Author: 杨清 | Hits:

[2D GraphicPolyGon

Description: 通过实现光栅图形学经典的多边形填充算法,深入理解光栅图形学的原理。实现了逐点判断法、扫描线算法、边缘填充算法-Raster graphics by implementing the classical polygon filling algorithm, in-depth understanding of the principles of raster graphics. Judge realized point by point method, scan line algorithms, edge fill algorithm
Platform: | Size: 1870848 | Author: 葛高飞 | Hits:

[Special EffectsFilled-Polygon

Description: 扫描线填充算法,通过AET和ET的表的定义可以高效的实现任意多边形的填充-AET scan line filling algorithm, through the table definitions and ET can be highly effective realization of arbitrary polygon fills
Platform: | Size: 1955840 | Author: yzhaosheng | Hits:

[Special Effectscircle-line

Description: 对图像的边缘点使用最小二乘法进行圆弧拟合,对图像轮廓进行多边形逼近,算法实用快速,可靠-The edges of the image point arc fitting using least squares method, the image contour polygon approximation algorithm practical fast, reliable
Platform: | Size: 3072 | Author: gao | Hits:

[CSharpENGINE-P-CSharp-draw-point-line-polygon

Description: 基于c#的engine二次开发,实现绘制点线面功能。-ENGINE+ C# draw point line polygon
Platform: | Size: 2048 | Author: sun | Hits:
« 1 2 34 5 6 7 8 9 10 ... 29 »

CodeBus www.codebus.net